CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des 加密

搜索资源列表

  1. DES

    1下载:
  2. des加密非常好的加密软件源码,欢迎你下载-des very good very goodvery good
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-09-15
    • 文件大小:8352
    • 提供者:moni
  1. DES

    0下载:
  2. DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2857
    • 提供者:huangjianqiang
  1. des

    0下载:
  2. DES加密解密程序 可以实现对字符串的DES加密,并可以解密-for DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2706
    • 提供者:james
  1. des

    0下载:
  2. 这是本人在浏览网页时找到的(DES加密算法的源代码),感觉很好,拿出来大家学习一下。-This is why I found while surfing the web (DES encryption algorithm source code), feel good, look out for them to learn.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6960
    • 提供者:东东
  1. Des

    0下载:
  2. Des加密解密源码,经过长期测试可以使用。-Des encryption and decryption source code, after a long-term tests can be used.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:36580
    • 提供者:张旭峰
  1. des

    0下载:
  2. des 加密解密程序 有界面 可以对任意文件进行加密解密。-des encryption and decryption process on the interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3015
    • 提供者:zy
  1. DES

    0下载:
  2. DES加密解密算法,用C++编写,经测试可用-Decryption DES encryption algorithm, written with C++, available via testing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4058
    • 提供者:赵斐
  1. DES

    0下载:
  2. DES 加密/解密 算法,界面化实现,可加密解密字符串或文件-DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:80553
    • 提供者:Gao
  1. DES

    0下载:
  2. des加密算法,我已经在VC下运行过了,绝对可以-des encryption algorithm, I have been in the VC run, and definitely
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:61533
    • 提供者:原志伟
  1. java_DES加密解密源码

    0下载:
  2. Java实现des加密解密算法,des加密解密算法(Java implementation of DES encryption algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:xx.
  1. DES加密解密

    0下载:
  2. 对数据进行加密或者解密的demo,方便初学者学习(A demo that encrypts or decrypts data for beginners to learn)
  3. 所属分类:加密解密

    • 发布日期:2017-12-29
    • 文件大小:51200
    • 提供者:willving
  1. DES文件加密

    0下载:
  2. DES加密解密实现,基于C语言。完成基本功能(DES encryption and decryption implementation, based on C language. Complete basic functions)
  3. 所属分类:加密解密

    • 发布日期:2017-12-30
    • 文件大小:1344512
    • 提供者:忘机
  1. des加解密算法delphi10.1编译通过

    1下载:
  2. des加密算法,delphi10.1编译通过,就两个函数,一个加密一个解密,操作简单(DES encryption algorithm, delphi10.1 compiler through, on the two functions, an encryption, a decryption, simple operation)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:2342912
    • 提供者:大的兔子
  1. DES

    0下载:
  2. 使用VC++实现DES加密算法和解密算法(Implementation of DES encryption algorithm and decryption algorithm using VC++)
  3. 所属分类:加密解密

    • 发布日期:2018-01-04
    • 文件大小:24576
    • 提供者:仔仔monica
  1. 搜索指定拓展名并加密的例子

    0下载:
  2. 搜索硬盘内指定拓展名并采用des加密,感兴趣的可以自己补全增加更多的功能(Search the hard disk specified in the extension and use of DES encryption, can be of interest to their completion and add more features)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:雪山张小凡
  1. DES

    0下载:
  2. DES加密 S盒运算 进制转换 进行16轮的循环处理(cipher GetDlgItemText(IDC_EAesEn,(char*)inBuff,24); if(strlen((char*)inBuff)>16)MessageBox("");)
  3. 所属分类:加密解密

  1. DES

    0下载:
  2. DES加密解密,使用vc环境运行,以编译测试过(DES encryption and decryption,Run using the VC environment to compile and test)
  3. 所属分类:加密解密

    • 发布日期:2018-05-01
    • 文件大小:178176
    • 提供者:冯泽涛
  1. DES

    0下载:
  2. 一段DES加密代码,用VC实现,很基础,适合初学者学习(DES encryption code.)
  3. 所属分类:加密解密

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:w1tness
  1. DES

    0下载:
  2. DES加密解密MATLAB程序附赠详细解释和各分步结果输出(DES MATLAB encryption and decryption process with detailed explanation and output results of each step)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:showlyjie
  1. DES加密与解密

    0下载:
  2. des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been beca
  3. 所属分类:加密解密

« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com